Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 174,946 for

document formatting

(0.2 sec)
  1. How to change font name for aspose word table o...

    Hi, How to change font name as Verdana for aspose word table of content using LINQ report engine....cannot directly control TOC formatting (such as font name) through... apply formatting after the report is built: Document doc = new...

    forum.aspose.com/t/how-to-change-font-name-for-...
  2. ChartSeries.insert method | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartSeries.insert method...corresponding data point with default formatting will be inserted into the...corresponding data label with default formatting will be inserted too. insert(index...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Draw geomtry to visio VDX document via Python |...

    Python source code to draw geomtry to visio vdx file within any Python based application....TIFF VSDX Draw Geomtry to VDX document in Python Native and high...performance draw geomtry to VDX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-java/drawing...
  4. Document.startTrackRevisions method | Aspose.Wo...

    Aspose.Words.Document.startTrackRevisions method...further changes you make to the document programmatically as revision...changes to the document programmatically, save the document and later...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Features|Documentation

    Aspose.Cells for PHP via Java features.... File Formats and Conversions Many customers...worldwide rely on the thorough document import and export features...

    docs.aspose.com/cells/php-java/features/
  6. ListLevel.font property | Aspose.Words for Node.js

    ListLevel.font property. Specifies character Formatting used for the list label....property Specifies character formatting used for the list label....how to apply custom list formatting to paragraphs when using...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Hyperlinks in Java|Aspose.Words fo...

    How to add a hyperlink into your Document using Java....hyperlink in Microsoft Word documents is the HYPERLINK field. In...insert a hyperlink into the document. This method accepts three...

    docs.aspose.com/words/java/working-with-hyperli...
  8. Fields Overview in Node.js|Aspose.Words for Nod...

    You can access field modifying using Node.js. Fields of the Document are loaded into the Aspose.Words Document Object Model (DOM)....for the given version of the document. But if you have an application...that generates or modifies a document with fields (for example combines...

    docs.aspose.com/words/nodejs-net/fields-overview/
  9. Style.remove method | Aspose.Words for Node.js

    Style.remove method. Removes the specified style from the Document....the specified style from the document. remove () Remarks Style removal...has following effects on the document model: All references to the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...